| Package | Description |
|---|---|
| edu.claflin.finder.logic |
Contains the data structure and processing code-base.
|
| Modifier and Type | Method and Description |
|---|---|
private ConditionedGraph |
ConditionedGraph.conditionOther(Graph graph)
Private method used for copying the ConditionedGraph.
|
ConditionedGraph |
ConditionedGraph.copy()
Copies this Graph object using the getSubGraph() method.
|
ConditionedGraph |
ConditionedGraph.uniqueCopy()
Copies this Graph producing a unique copy in which there is no
entanglement between the two Graph objects.
|